.mian-all{
  display: none;
}
.mian-all .all-dig {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 666;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
}

.mian-all .all-showHide {
  width: 565px;
  height: 364px;
  padding: 40px;
  position: fixed;
  background: #fff;
  border-radius: 4px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 667;
}

.mian-all .all-showHide p {
  margin: 0;
  color: #343434;
  font-size: 20px;
  font-weight: 600;
}

.mian-all .all-showHide .showHide-input {
  margin-top: 30px;
}

.mian-all .all-showHide .showHide-input > div {
  padding: 10px 0;
  font-size: 14px;
  color: #666666;
  text-align: right;
}

.mian-all .all-showHide .showHide-input > div input {
  height: 30px;
  line-height: 32px;
  width: 362px;
  border: none;
  border-bottom: 1px solid #E5E5E5;
  outline: none;
}
.mian-all .all-showHide .showHide-input > div span {
  color: #E30C20;
}
.mian-all .all-showHide .all-add {
  text-align: right;
  margin-top: 30px;
}

.mian-all .all-showHide .all-add button {
  cursor: pointer;
  width: 362px;
  height: 43px;
  border: none;
  line-height: 43px;
  background: #E30C20;
  font-size: 16px;
  color: #fff;
  outline: none;
  text-align: center;
  border-radius: 21px;
}
/*# sourceMappingURL=demo.css.map */